go/types.Checker.typInternal (method)

3 uses

	go/types (current package)
		typexpr.go#L182: 	typ := check.typInternal(e, def)
		typexpr.go#L196: 	typ := check.typInternal(e, nil)
		typexpr.go#L218: func (check *Checker) typInternal(e0 ast.Expr, def *Named) (T Type) {